.profile-pic1, .profile-pic2, .profile-pic3, .profile-pic4, .profile-pic5, .profile-pic6, .profile-pic7{
	width: 200px;
}
/*スマホの中のフォント指定*/
main{
font-family:"BIZ UDGothic", sans-serif;
}

.pro-group1, .pro-group2{
	display: flex;
	gap: 15px;
	margin: 25px;
}

.pro-group1{
	justify-content: space-around;
	flex-wrap: wrap;
}

.pro-group2{
	justify-content: space-around;
}

.line-name{
	background: #2E384A;
	position: absolute;
	width: 300px;
	margin-top: 0;
	margin-bottom: 10px;
}

.line-name h2{
	color: white;
	text-align: left;
	margin-left: 10px;
	margin-bottom: 0;
	margin-top: 0;
}

.line-talk{
	margin-top: 10px;
	cursor:url('../pic2025/n25_cursor/n25_指さし(profile).png'),pointer;/*カーソル*/
}
.line-talk p, .line-talk ul{
	margin: 0;
	padding-top: 30px;
	padding-left: 0;
}
.line-talk img{
	cursor:url('../pic2025/n25_cursor/n25_指さしピンク(profile).png'),pointer;/*カーソル*/
}

.pro-line{
	width: 300px;
	height: 400px;
	background: #83A6CD;
	overflow-y: scroll;
	scroll-behavior: smooth;
}




.room {
	width: 400px;
	background: #eee;*/
	background: #83A6CD;
	padding: 10px;
}

.chat {
	display: flex;
	margin-bottom: 10px;
}

.chat .mes {
	max-width: 70%;
	border-radius: 20px;
	padding: 0.5em;
}


/* 相手メッセージのCSS */
.chat.me .mes{
	color: black;
	background: white;
	margin-left: 10px;
}

/* 相手メッセージのCSS */
.chat.me1 .mes{
	margin-left: 10px;
}

/* 自分メッセージのCSS */
.chat.Q {
	flex-direction: row-reverse;
}

.chat.Q .mes{
	background: #5AC323;
	margin-right: 10px;
}

.chat .status {
	text-align: right;
}

.mesPic{
	width: 80%;
	border-radius: 25px;
	margin-left: 5px;
}

.iphone{
	/*background: black;*/
	background: #cccccc;
	padding: 40px 10px 15px 10px;
	border-radius: 25px;
	margin-bottom: 10px;
	justify-content: center;
}

.homebutton{
	border:2px solid #808080;
	width: 34px;
	height: 34px;
	border-radius: 20px;
	margin-top: 10px;
	margin-left: 133px;
	/*cursor: pointer;*/
	cursor:url('../pic2025/n25_cursor/n25_指さしピンク(profile).png'),pointer;/*カーソル*/
}

.button {
	position: relative;
}


/* キラキラ部分 */
.star {
  position: absolute;
  display: block;
  width: 10px; /* キラキラの横幅を指定 */
  height: 10px; /* キラキラの縦幅を指定 */
 background-image: url("../pic2025/n25_glitter/n25_star-yellow.svg"); /* キラキラの画像のパスを記入 */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  animation: button 1s;
  pointer-events: none;
}

/* キラキラが発生するアニメーション */
@keyframes button {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  50% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(0);
    opacity: 0;
  }
}

@keyframes button1 {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  50% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(0);
    opacity: 0;
  }
}

@media (max-width: 800px){
	#a8888, #a9999, #a101010, #a111111, #a121212, #a131313{
		display: none;
	}

}
@media (min-width: 799px){
	#a7777, #a8888, #a9999, #a101010, #a111111, #a121212, #a131313{
		display: block !important;
	}
	.pro-icon{
		display: none;
	}

}

input[type="image"]{
	width: 20%;
}

.pro-icon{
	border-radius: 140px;
	border:5px solid #83A6CD;
}

.icon-btn-group{
	margin-top: 5%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2%;
}
/*--------ハンバーガーメニュー--------*/
/*位置調整*/
.nav-fade__list{
	margin-top:10%;
}
.nav-fade__list1 .nav-fade__item{
	padding-left:0;
}
/* 横画面（ランドスケープモード）の場合 */
@media only screen and (orientation: landscape) {
	/*ハンバーガーメニュースクロールさせる*/
	.nav-fade__wrapper{
		height:100vh;
		overflow-x:hidden;
		overflow-y:scroll;
	}
	/*ハンバーガーメニューの言語選択を横に並べる*/
	.nav-fade__list1 .nav-fade__item{
		display:inline-block;
		padding-left:15px;
	}	
}
